Skip to content

Commit

Permalink
resize_rootfs: Add execute permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sree Kartheek Adivi <[email protected]>
  • Loading branch information
sskartheekadivi committed Mar 12, 2024
1 parent 995c43a commit ce04cc8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/bdebstrap_configs/am62-bookworm-rt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ mmdebstrap:
# Resize Rootfs Service
- 'chroot "$1" mkdir -p /usr/bin'
- 'upload target/resize_rootfs/resize_rootfs.sh /usr/bin/resize_rootfs.sh'
- 'chroot "$1" chmod a+x /usr/bin/resize_rootfs.sh'
- 'chroot "$1" mkdir -p /etc/systemd/system/'
- 'upload target/resize_rootfs/resize_rootfs.service /etc/systemd/system/resize_rootfs.service'
- '$BDEBSTRAP_HOOKS/enable-units "$1" resize_rootfs'
Expand Down
1 change: 1 addition & 0 deletions configs/bdebstrap_configs/am62-bookworm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ mmdebstrap:
# Resize Rootfs Service
- 'chroot "$1" mkdir -p /usr/bin'
- 'upload target/resize_rootfs/resize_rootfs.sh /usr/bin/resize_rootfs.sh'
- 'chroot "$1" chmod a+x /usr/bin/resize_rootfs.sh'
- 'chroot "$1" mkdir -p /etc/systemd/system/'
- 'upload target/resize_rootfs/resize_rootfs.service /etc/systemd/system/resize_rootfs.service'
- '$BDEBSTRAP_HOOKS/enable-units "$1" resize_rootfs'
Expand Down
1 change: 1 addition & 0 deletions configs/bdebstrap_configs/am62p-bookworm-rt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ mmdebstrap:
# Resize Rootfs Service
- 'chroot "$1" mkdir -p /usr/bin'
- 'upload target/resize_rootfs/resize_rootfs.sh /usr/bin/resize_rootfs.sh'
- 'chroot "$1" chmod a+x /usr/bin/resize_rootfs.sh'
- 'chroot "$1" mkdir -p /etc/systemd/system/'
- 'upload target/resize_rootfs/resize_rootfs.service /etc/systemd/system/resize_rootfs.service'
- '$BDEBSTRAP_HOOKS/enable-units "$1" resize_rootfs'
Expand Down
1 change: 1 addition & 0 deletions configs/bdebstrap_configs/am62p-bookworm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ mmdebstrap:
# Resize Rootfs Service
- 'chroot "$1" mkdir -p /usr/bin'
- 'upload target/resize_rootfs/resize_rootfs.sh /usr/bin/resize_rootfs.sh'
- 'chroot "$1" chmod a+x /usr/bin/resize_rootfs.sh'
- 'chroot "$1" mkdir -p /etc/systemd/system/'
- 'upload target/resize_rootfs/resize_rootfs.service /etc/systemd/system/resize_rootfs.service'
- '$BDEBSTRAP_HOOKS/enable-units "$1" resize_rootfs'
Expand Down
1 change: 1 addition & 0 deletions configs/bdebstrap_configs/am64-bookworm-rt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ mmdebstrap:
# Resize Rootfs Service
- 'chroot "$1" mkdir -p /usr/bin'
- 'upload target/resize_rootfs/resize_rootfs.sh /usr/bin/resize_rootfs.sh'
- 'chroot "$1" chmod a+x /usr/bin/resize_rootfs.sh'
- 'chroot "$1" mkdir -p /etc/systemd/system/'
- 'upload target/resize_rootfs/resize_rootfs.service /etc/systemd/system/resize_rootfs.service'
- '$BDEBSTRAP_HOOKS/enable-units "$1" resize_rootfs'
Expand Down
1 change: 1 addition & 0 deletions configs/bdebstrap_configs/am64-bookworm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ mmdebstrap:
# Resize Rootfs Service
- 'chroot "$1" mkdir -p /usr/bin'
- 'upload target/resize_rootfs/resize_rootfs.sh /usr/bin/resize_rootfs.sh'
- 'chroot "$1" chmod a+x /usr/bin/resize_rootfs.sh'
- 'chroot "$1" mkdir -p /etc/systemd/system/'
- 'upload target/resize_rootfs/resize_rootfs.service /etc/systemd/system/resize_rootfs.service'
- '$BDEBSTRAP_HOOKS/enable-units "$1" resize_rootfs'
Expand Down

0 comments on commit ce04cc8

Please sign in to comment.