Skip to content

Commit

Permalink
added resize repart config
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamvis98 authored and shubhamvis98 committed Jan 21, 2023
1 parent de8bf72 commit 7534146
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions third_stage/confs/etc/repart.d/50-root.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Partition]
Type=root
Weight=100000
4 changes: 3 additions & 1 deletion third_stage/third_stage
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ sed -i 's/-0.07/0/;s/-0.13/0/' /usr/share/plymouth/themes/kali/kali.script
sed -i 's/bash/zsh/' /etc/passwd

echo '[*]Copying Configs...'
rsync -HPavzl confs/ /
chown -R root:root confs
rsync -rl confs/ /
chmod 666 /etc/repart.d/*

echo '[*]Enabling kali plymouth theme...'
plymouth-set-default-theme kali
Expand Down

0 comments on commit 7534146

Please sign in to comment.