Skip to content

Commit

Permalink
fix: remove cloud-initramfs-growroot hack
Browse files Browse the repository at this point in the history
This is not necessary in 0.18.debian14.

Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Aug 21, 2024
1 parent f27d9b9 commit 02e7196
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/share/rsdk/build/mod/packages/categories/core.libjsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,5 @@ else
),
},
],

"customize-hooks"+:
(if suite == "bookworm"
then
// Install Debian 12 packages
[
'echo "copy_exec /usr/bin/grep /bin" >> "$1/usr/share/initramfs-tools/hooks/growroot"',
'echo "copy_exec /usr/bin/sed /bin" >> "$1/usr/share/initramfs-tools/hooks/growroot"',
'echo "copy_exec /usr/bin/rm /bin" >> "$1/usr/share/initramfs-tools/hooks/growroot"',
'echo "copy_exec /usr/bin/awk /bin" >> "$1/usr/share/initramfs-tools/hooks/growroot"',
]
else
[]
),
},
}

0 comments on commit 02e7196

Please sign in to comment.