Loading src/disk.sh +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ getSize() { isCow() { local FS=$1 if [[ "${FS,,}" == "xfs" || "${FS,,}" == "btrfs" || "${FS,,}" == "bcachefs" ]]; then if [[ "${FS,,}" == "btrfs" ]]; then return 0 fi Loading src/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ if ! touch "$SYSTEM"; then error "Could not create file $SYSTEM for the system disk." && exit 98 fi if [[ "${FS,,}" == "xfs" || "${FS,,}" == "btrfs" || "${FS,,}" == "bcachefs" ]]; then if [[ "${FS,,}" == "btrfs" ]]; then { chattr +C "$SYSTEM"; } || : FA=$(lsattr "$SYSTEM") if [[ "$FA" != *"C"* ]]; then Loading Loading
src/disk.sh +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ getSize() { isCow() { local FS=$1 if [[ "${FS,,}" == "xfs" || "${FS,,}" == "btrfs" || "${FS,,}" == "bcachefs" ]]; then if [[ "${FS,,}" == "btrfs" ]]; then return 0 fi Loading
src/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ if ! touch "$SYSTEM"; then error "Could not create file $SYSTEM for the system disk." && exit 98 fi if [[ "${FS,,}" == "xfs" || "${FS,,}" == "btrfs" || "${FS,,}" == "bcachefs" ]]; then if [[ "${FS,,}" == "btrfs" ]]; then { chattr +C "$SYSTEM"; } || : FA=$(lsattr "$SYSTEM") if [[ "$FA" != *"C"* ]]; then Loading