Home
last modified time | relevance | path

Searched refs:GRUB_slice (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh58 if [ -f "$ALT_ROOT"/etc/lu/GRUB_slice ]; then
59 dev=`grep '^PHYS_SLICE=' "$ALT_ROOT"/etc/lu/GRUB_slice |
78 if [ -f "$ALT_ROOT"/etc/lu/GRUB_slice ]; then
79 dev=`grep '^PHYS_SLICE' "$ALT_ROOT"/etc/lu/GRUB_slice |
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c145 #define GRUB_slice "/etc/lu/GRUB_slice" macro
1398 GRUB_slice); in bam_menu()
1400 (void) snprintf(path, sizeof (path), "%s", GRUB_slice); in bam_menu()