diff options
Diffstat (limited to 'core/scripts/act-chroot.sh')
-rw-r--r-- | core/scripts/act-chroot.sh | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/core/scripts/act-chroot.sh b/core/scripts/act-chroot.sh index 5411bc5..317b5b7 100644 --- a/core/scripts/act-chroot.sh +++ b/core/scripts/act-chroot.sh @@ -1,26 +1,25 @@ #!/bin/bash -DEV=$1 CHROOT="/mnt" -##read BLK_EFI -BLK_EFI="${DEV}2" -##read BLK_BOOT -BLK_BOOT="${DEV}3" -##read BLK_ROOT -BLK_ROOT="${DEV}4" -##read BLK_VAR -BLK_VAR="${DEV}5" -##read BLK_USR -BLK_USR="${DEV}6" -##read BLK_SWP -BLK_SWP="${DEV}7" -##read BLK_HOME -BLK_HOME="${DEV}8" - -#read CHROOT -CHROOT="/mnt" +#DEV=$1 +# +###read BLK_EFI +#BLK_EFI="${DEV}2" +###read BLK_BOOT +#BLK_BOOT="${DEV}3" +###read BLK_ROOT +#BLK_ROOT="${DEV}4" +###read BLK_VAR +#BLK_VAR="${DEV}5" +###read BLK_USR +#BLK_USR="${DEV}6" +###read BLK_SWP +#BLK_SWP="${DEV}7" +###read BLK_HOME +#BLK_HOME="${DEV}8" +# #mount $BLK_ROOT $CHROOT # #mount $BLK_BOOT $CHROOT/boot |